/***Nov 6 no pre emi*****/
.fixed_form.fixed_emi_form {
    background: #059FD7;
}
.fixed_form.fixed_emi_form .btn-default {
    background-color: #0285C2;
    border-color: #0285C2;
    color: #fff;
}
.fixed_form.fixed_emi_form  a#close_btn {
		color: #0285C2;
}
a.trigger_click.trigger_click_emi {
    top: 73px;
    right: -73px;
}
.ann_logo {
    position: absolute;
    top: 38%;
    text-align: center;
    width: 100%;
}
.ann_logo img {
    width: 170px;
    display: inline-block;
}
.emioffers.nopreemi {
    background: #EE1B22 !important;
    font-size: 14px;
}
/* enquiry form */
.fixed_form {
    width: 700px;
    position: fixed;
    background: #EE1822;
    padding: 25px 25px 45px 25px;
    top: 100px;
    left: -700px;
    z-index: 1000000000;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.form_block{
	width: 100%;
	margin: 25px 0px 0px 0px;
}
.form_block .form-control{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0px;
}
.form_block .form-control::placeholder{
	color: #666;	
}
.form_block .btn-default{
	background-color: #F8DE01;
	border-color: #F8DE01;
	color: #333;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 10px;
	border-radius: 0px;
}
.fixed_form_tag{
	position: relative;
}
.trigger_click {
    width: 48px;
    display: block;
    position: absolute;
    top: 30px;
    /* left: 0px; */
    right: -70px;
}
.fixed_form.on{
	left: 0px;
}
.form_in_lft{display:none;}
a.emioffers {
    position: absolute;
    bottom: -40px;
    text-align: center;
    background: #3c2a1a;
    color: #FFF;
    padding: 7px 30px;
    left: 40%;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
	font-weight: bold;
}

a#close_btn {
    position: absolute;
    top: -35px;
    color: red;
    right: 0px;
    border: none;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}